*Follow these steps*

1) Open file with MATLAB 
2) Click run button in the Editor toolbar 
3) Give the input as follows
	->NUMBER OF DISK SCHEDULES
	->SCHEDULLING ORDER
	->CURRENT DISK HEAD POSITION
	->PRIORITY (Only used for priority schedulling)
	->MAX DISK SIZE
	->MAX DISK SIZE
4) Disk schedules are displayed in graphical format

SAMPLE INPUT - 1
9
[36 180 120 10 15 40 188 150 168]
130
[6 8 1 5 2 7 3 4 9]
200
200

SAMPLE INPUT - 2
6
[15 50 35 22 5 12]
30
[6 1 5 2 3 4]
200
200

SAMPLE INPUT -3 
8
[25 10 151 170 62 46 74 111]
45
[6 8 1 5 2 7 3 4]
200
200

